home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19980424-19980901 / 000147_news@newsmaster….columbia.edu _Fri May 29 11:16:27 1998.msg < prev    next >
Internet Message Format  |  1998-08-31  |  3KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id LAA09635
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Fri, 29 May 1998 11:16:27 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id LAA29146
  7.     for kermit.misc@watsun; Fri, 29 May 1998 11:16:26 -0400 (EDT)
  8. Path: news.columbia.edu!panix!howland.erols.net!psinntp!pubxfer.news.psi.net!usenet    
  9. From: "Nashmark" <perry@compu.com>
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: receive & send problem
  12. Date: 29 May 1998 15:15:47 GMT
  13. Organization: CompuData, Inc.
  14. Lines: 62
  15. Message-ID: <01bd8b14$82efc3c0$6ac9a126@perryw.compu.com>
  16. References: <356E7BD8.83278525@ms.anet.cz>
  17. NNTP-Posting-Host: 38.161.201.106
  18. X-Newsreader: Microsoft Internet News 4.70.1161
  19. Xref: news.columbia.edu comp.protocols.kermit.misc:8812
  20.  
  21. Just a suggestion (it worked for me)
  22.  
  23. Use KERMIT ROBUST mode. That works just about always!
  24.  
  25. Also, use the commands kermit -is [file] (for send binary mode), and kermit
  26. -ir (for receive binary mode.)
  27.  
  28. Also, make sure your dialup connection is not converting speed. If your
  29. port speed is 9600, make sure you connect @ 9600!
  30.  
  31. Hint - Replace "HyperTerminal" with Kermit95.
  32.  
  33. PW/pw
  34.  
  35. CPFZ a.s. <cpfz@ms.anet.cz> wrote in article
  36. <356E7BD8.83278525@ms.anet.cz>...
  37. > Hi All,
  38. > I have problem ( who haven't :-) with sending and receiving files.
  39. > My machine is HP-UX B.10.20 C 9000/859 and modem is ZyXel U-1496.
  40. > I tried another modem, so modem problem it is not ( but maybe bad
  41. > default settings od both modems ?:-( ).
  42. > This problem arised when power supply failed, so HP machine was 
  43. > correctly shutdowned and restarted.
  44. > The client is Win95 and HyperTerminal. The server is HP of course. 
  45. > I connect to ZyXel, login into HP and run kermit. Everything goes well.
  46. > Now I write, for exemple, "receive" and kermit say me "Return to your 
  47. > local Kermit and give a SEND command.". So I choose "Send file" and 
  48. > select some file in my Win95 system. Window with transfer informations 
  49. > is opening and ( my Win95 and HyperTerminal are localized in czech 
  50. > language, so I try to translate right :-) ) HyperTerminal is trying 
  51. > send packets. Most of fields is empty in the transmit window. Only
  52. > "Packet" is 1, "Retrains" is 4 ( field under Packets ) and "Last error"
  53. > is "To Retry the request".  The transmit window is closed after this.
  54. > The output of remote kermit is:
  55. > ---
  56. > KERMIT READY TO RECEIVE...
  57. > # N3
  58. > # N3
  59. > # N3
  60. > # N3
  61. > # N3
  62. > # N3
  63. > 4 EToo many retries.O
  64. > [/home/adbos] C-Kermit>
  65. > ---
  66. > Now the remote kermit is 'frozen'. Only Ctrl-break produces :
  67. > [/home/adbos] C-Kermit>^C...
  68. > Now I can disconnect only :-(.
  69. > I also tried to connect from HP machine to linux machine. 
  70. > In this case I was wonder. Sending and receiving files worked fine.
  71. > I attached debug.log file from remote HP's kermit.
  72. > Thanks a lot for any suggestions and excuse my english.
  73. > Jindra Bosak
  74. > cpfz@ms.anet.cz